From 0ddc1eed1904c0df8789ea678569629f8dfdddc4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 9 Jan 2016 23:42:37 -0500 Subject: [PATCH] Fix rendering of unsymmetric borders There was an errant path that threw off our clipping for the top section of the border. https://bugzilla.gnome.org/show_bug.cgi?id=722937 --- gtk/gtkrenderborder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkrenderborder.c b/gtk/gtkrenderborder.c index 84f81428cf..6940f6f6de 100644 --- a/gtk/gtkrenderborder.c +++ b/gtk/gtkrenderborder.c @@ -511,7 +511,6 @@ render_frame_stroke (cairo_t *cr, GtkRoundedBox padding_box; padding_box = *border_box; - _gtk_rounded_box_path (&padding_box, cr); _gtk_rounded_box_shrink (&padding_box, border_width[GTK_CSS_TOP], border_width[GTK_CSS_RIGHT], -- 2.30.2